home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / all_v100.zip / _SETUP.1 / 1-4-All.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  1996-10-22  |  1KB  |  74 lines

  1. object Form8: TForm8
  2.   Left = 190
  3.   Top = 104
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Registration Dialog'
  8.   ClientHeight = 125
  9.   ClientWidth = 332
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 32
  19.     Top = 8
  20.     Width = 257
  21.     Height = 17
  22.     Caption = 'Please enter the registration information you received.'
  23.     WordWrap = True
  24.   end
  25.   object Label2: TLabel
  26.     Left = 80
  27.     Top = 40
  28.     Width = 31
  29.     Height = 13
  30.     Caption = 'Name:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 32
  34.     Top = 72
  35.     Width = 80
  36.     Height = 13
  37.     Caption = 'Registration Key:'
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 128
  41.     Top = 32
  42.     Width = 121
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 128
  48.     Top = 64
  49.     Width = 121
  50.     Height = 21
  51.     TabOrder = 1
  52.   end
  53.   object Button1: TButton
  54.     Left = 176
  55.     Top = 96
  56.     Width = 67
  57.     Height = 25
  58.     Caption = 'Register!'
  59.     Default = True
  60.     TabOrder = 2
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 256
  65.     Top = 96
  66.     Width = 67
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     TabOrder = 3
  71.     OnClick = Button2Click
  72.   end
  73. end
  74.